home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / Anwendun / 7UP_PD / PROCESS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-08-01  |  365 b   |  20 lines

  1. /*      PROCESS.H
  2.  
  3.         Process Definition Includes
  4.  
  5.         Copyright (c) Borland International 1990
  6.         All Rights Reserved.
  7. */
  8.  
  9.  
  10. #if !defined( __PROCESS )
  11. #define __PROCESS
  12.  
  13.  
  14. int     exec( char *filename, char *cmdlstr, char *envstr, int *retcode );
  15.  
  16.  
  17. #endif
  18.  
  19. /************************************************************************/
  20. ə